home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 015a / csys11.zip / CSYS.DOC next >
Text File  |  1993-03-17  |  3KB  |  70 lines

  1.  ╔═══════════════════════════════════════════════════════════════════════════╗
  2.  ╟─ CSYS.EXE                                                       ver. 1.1 ─╢
  3.  ╚═══════════════════════════════════════════════════════════════════════════╝
  4.         (c) Copyright 1993 by Westford Custom PC/FX        508-692-8163
  5.  
  6.  ┌─────────────┐
  7.  ├─  PURPOSE  ─┤
  8.  └─────────────┘
  9.  ■ Display any of the following system configuration files:
  10.      CONFIG.SYS   4DOS.INI   AUTOEXEC.BAT   4START.BTM   4EXIT.BTM
  11.  ■ Edit any of the files with the file editor of your choice.
  12.  ■ Generate a file containing copies of the system files.
  13.  
  14.  ┌────────────┐
  15.  ├─ STARTING ─┤
  16.  └────────────┘
  17.      csys [/b /f]        /b: force monochrome display
  18.                          /f: create/append to SYSFILES.RPT
  19.  ┌───────────┐
  20.  ├─  USING  ─┤
  21.  └───────────┘
  22.  While viewing a file, the following keystrokes are accepted.
  23.      Enter, spacebar  :   move to next file
  24.      e, E             :   edit file currently displayed
  25.      f, F             :   create/append to report file
  26.      F1, ?            :   help
  27.      F10, ESC         :   quit
  28.  The program will rotate continuously through the display of any of the system 
  29.  files that it finds in the root directory of drive C:.  Any file longer than 
  30.  21 lines can be scrolled with the up/down arrow keys.  The program quits with 
  31.  F10 or ESC.
  32.  
  33.  ■ TO EDIT ■
  34.  When editing is selected, CSYS shells to DOS with the following command:
  35.      editor CurrentFile    [CurrentFile = file currently displayed]
  36.  
  37.  An editor's name can be specified by using any hex editor, including those 
  38.  provided with the Norton Utilities or PCTools.  To change the name, seek the 
  39.  text "editor" at sector 72 of CSYS.EXE.
  40.  
  41.  A replacement name may consist of six or fewer than six characters.  For 
  42.  example, "editor" can become "edit," the name of the editor supplied with
  43.  DOS 5.  When changing the name, overwrite any unused character spaces with 
  44.  blank spaces.
  45.  
  46.  NOTE: Maximum length for the editor name is 6 characters.  Any entry exceeding 
  47.  this length will have unpredictable and most likely undesirable results.
  48.  
  49.  And, of course, work safely by working only with a copy of the original file.
  50.  
  51.  ■ TO GENERATE REPORT FILE ■
  52.  CSYS.EXE can generate the report file SYSFILES.RPT, which consists of a copy 
  53.  of each system configuration file.  If SYSFILES.RPT does not exist, it is 
  54.  created; if it already exists, the new report is appended to it.
  55.  
  56.  The report file can be generated in two ways:
  57.  1) Enter f while viewing a file.  2) Run the program with the command line 
  58.  switch /f.  Doing so also bypasses display of the files.
  59.  
  60.  ┌─────────────────┐
  61.  ├─  ASSUMPTIONS  ─┤
  62.  └─────────────────┘
  63.  ■ The program looks for the system configuration files in C:\.
  64.  ■ Maximum file length is 50 lines.
  65.  ■ In the interest of speed, the program performs only minimal error checking.
  66.  
  67.  ╔═══════════════════════════════════════════════════════════════════════════╗
  68.  ╟─ Westford Custom PC/FX        508-692-8163         CompuServe 76470,2417 ─╢
  69.  ╚═══════════════════════════════════════════════════════════════════════════╝
  70.